From fbe22bd546a8adad1d1bcbb49ab69ed6a3fda95b Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 5 Apr 2005 08:04:19 +0000 Subject: [PATCH] bitkeeper revision 1.1159.258.89 (42524683eHdxgb97Ju0emhDCWjpCDA) Reduce severity of TLS warning. Signed-off-by: Keir Fraser --- linux-2.6.11-xen-sparse/arch/xen/kernel/fixup.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/linux-2.6.11-xen-sparse/arch/xen/kernel/fixup.c b/linux-2.6.11-xen-sparse/arch/xen/kernel/fixup.c index 01fe5df942..1b2aeea60d 100644 --- a/linux-2.6.11-xen-sparse/arch/xen/kernel/fixup.c +++ b/linux-2.6.11-xen-sparse/arch/xen/kernel/fixup.c @@ -58,10 +58,8 @@ __LINKAGE void do_fixup_4gb_segment(struct pt_regs *regs, long error_code) DP("***************************************************************"); DP("** WARNING: Currently emulating unsupported memory accesses **"); DP("** in /lib/tls libraries. The emulation is very **"); - DP("** slow, and may not work correctly with all **"); - DP("** programs (e.g., some may 'Segmentation fault'). **"); - DP("** TO ENSURE FULL PERFORMANCE AND CORRECT FUNCTION, **"); - DP("** YOU MUST EXECUTE THE FOLLOWING AS ROOT: **"); + DP("** slow. To ensure full performance you should **"); + DP("** execute the following as root: **"); DP("** mv /lib/tls /lib/tls.disabled **"); DP("***************************************************************"); DP("***************************************************************"); -- 2.30.2